home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00725.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  496 b   |  22 lines

  1. on exitFrame me
  2.   global cc
  3.   repeat with cc = 57 to 59
  4.     set the constraint of sprite cc to 0
  5.   end repeat
  6.   repeat with cc = 57 to 59
  7.     set the locH of sprite cc to 539
  8.     set the constraint of sprite cc to cc - 3
  9.     sprite(cc).color = rgb(128, 128, 128)
  10.   end repeat
  11.   repeat with cc = 51 to 53
  12.     sprite(cc).color = rgb(128, 128, 128)
  13.   end repeat
  14.   showit(185, 187)
  15.   hideit(188, 190)
  16.   showit(191, 191)
  17.   hideit(192, 197)
  18.   showit(198, 200)
  19.   hideit(201, 202)
  20.   showit(203, 203)
  21. end
  22.